Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Guards Update: cannedKeyAlgoNames #693

Merged
merged 1 commit into from
May 16, 2024

Conversation

ejohnstown
Copy link
Contributor

Description

  1. Update the guards around the strings used to make the cannedKeyAlgoNames. If any algorithm is disabled, leave it out of the list. (I'm looking at you Ed25519!)
  2. Added comments to those guards.
  3. Reflow the alignment.

Testing

Build wolfSSL

./configure --enable-wolfssh --enable-cryptonly && make clean && make
sudo make install

Build and test wolfSSH

./configure --enable-debug && make clean && make
./examples/client/client -u $USER -p 22

For the failure case, this client connection attempt should indicate a -1051 error occurred.

1. Update the guards around the strings used to make the
   cannedKeyAlgoNames. If any algorithm is disabled, leave it out of the
   list. (I'm looking at you Ed25519!)
2. Added comments to those guards.
3. Reflow the alignment.
@JacobBarthelmeh JacobBarthelmeh merged commit 5ef2bc5 into wolfSSL:master May 16, 2024
14 checks passed
@ejohnstown ejohnstown deleted the guards-update branch May 16, 2024 20:06
jefferyq2 pushed a commit to jefferyq2/wolfssh that referenced this pull request Sep 24, 2024
jefferyq2 pushed a commit to jefferyq2/wolfssh that referenced this pull request Oct 18, 2024
jefferyq2 pushed a commit to jefferyq2/wolfssh that referenced this pull request Oct 29, 2024
jefferyq2 pushed a commit to jefferyq2/wolfssh that referenced this pull request Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants